[Top] [Prev] [Next] [Bottom] [Contents]

SaSetSkipOver

Sets a flag which will cause Sapphire to "skip" to a new position within the template "play" stream.

Synopsis

#include "SaRnHtml.h"
void SaSetSkipOver SUTPROTO(());

Arguments

None.

Return Values

None.

Description

Sets a flag which will cause Sapphire to "skip" to a new position within the template "play" stream.

Example

char* str;
char* str2;

str = SaGetCurrentPtr();
/*** do some processing ***/
SaSetCurrentPtr(str2);
SaSetSkipOver();

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.